type golang.org/x/text/cases.caseTrie
8 uses
golang.org/x/text/cases (current package)
tables15.0.0.go#L65: func (t *caseTrie) lookup(s []byte) (v uint16, sz int) {
tables15.0.0.go#L127: func (t *caseTrie) lookupUnsafe(s []byte) uint16 {
tables15.0.0.go#L150: func (t *caseTrie) lookupString(s string) (v uint16, sz int) {
tables15.0.0.go#L212: func (t *caseTrie) lookupStringUnsafe(s string) uint16 {
tables15.0.0.go#L233: type caseTrie struct{}
tables15.0.0.go#L235: func newCaseTrie(i int) *caseTrie {
tables15.0.0.go#L236: return &caseTrie{}
tables15.0.0.go#L240: func (t *caseTrie) lookupValue(n uint32, b byte) uint16 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)